dead code - vertaling naar Engels
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

dead code - vertaling naar Engels

SECTION IN THE SOURCE CODE OF A PROGRAM WHICH IS EXECUTED BUT WHOSE RESULT IS NEVER USED IN ANY OTHER COMPUTATION. THE EXECUTION OF DEAD CODE WASTES COMPUTATION TIME AND MEMORY
Dead Code; Useless code

dead code         

общая лексика

невыполняемый участок программы

Смотрите также

code

redundant code         
UNNECESARY SOURCE CODE OR COMPILED CODE IN A COMPUTER PROGRAM WHICH CANNOT AFFECT ITS RESULTS
Redundancy (Programming); Redundancy (programming); Nonessential code; Non-essential code

общая лексика

избыточный код

код, в который введены избыточные сигнальные элементы, для обнаружения ошибок передачи данных

redundant code         
UNNECESARY SOURCE CODE OR COMPILED CODE IN A COMPUTER PROGRAM WHICH CANNOT AFFECT ITS RESULTS
Redundancy (Programming); Redundancy (programming); Nonessential code; Non-essential code
избыточный код

Definitie

ФРАНЦУЗСКИЙ ГРАЖДАНСКИЙ КОДЕКС
1804 (Кодекс Наполеона) , действующий гражданский кодекс Франции. Составлен при активном участии Наполеона. Включает нормы гражданского, семейного, процессуального, частично трудового права. Кодекс закрепил свободу частной собственности, провозгласив это право священным и неприкосновенным.

Wikipedia

Dead code

The term dead code has multiple definitions. Some use the term to refer to code (i.e. instructions in memory) which can never be executed at run-time. In some areas of computer programming, dead code is a section in the source code of a program which is executed but whose result is never used in any other computation. The execution of dead code wastes computation time and memory.

While the result of a dead computation may never be used, it may raise exceptions or affect some global state, thus removal of such code may change the output of the program and introduce unintended bugs. Compiler optimizations are typically conservative in their approach to dead-code removal if there is any ambiguity as to whether removal of the dead code will affect the program output. The programmer may aid the compiler in this matter by making additional use of static and/or inline functions and enabling the use of link-time optimization.

Vertaling van &#39dead code&#39 naar Russisch